cef_v8stack_frame_t.get_script_name_or_source_url

Returns the name of the resource script that contains the function or the sourceURL value if the script name is undefined and its source ends with a "//@ sourceURL=..." string.

struct cef_v8stack_frame_t
extern (System)
cef_string_userfree_t function(cef_v8stack_frame_t* self) nothrow get_script_name_or_source_url;

Meta