Home
last modified time | relevance | path

Searched refs:wrapped_script (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_contextify.cc828 ContextifyScript* wrapped_script; in CreateCachedData() local
829 ASSIGN_OR_RETURN_UNWRAP(&wrapped_script, args.Holder()); in CreateCachedData()
831 PersistentToLocal::Default(env->isolate(), wrapped_script->script_); in CreateCachedData()
849 ContextifyScript* wrapped_script; in RunInThisContext() local
850 ASSIGN_OR_RETURN_UNWRAP(&wrapped_script, args.Holder()); in RunInThisContext()
853 TRACING_CATEGORY_NODE2(vm, script), "RunInThisContext", wrapped_script); in RunInThisContext()
881 TRACING_CATEGORY_NODE2(vm, script), "RunInThisContext", wrapped_script); in RunInThisContext()
887 ContextifyScript* wrapped_script; in RunInContext() local
888 ASSIGN_OR_RETURN_UNWRAP(&wrapped_script, args.Holder()); in RunInContext()
904 TRACING_CATEGORY_NODE2(vm, script), "RunInContext", wrapped_script); in RunInContext()
[all …]