Lines Matching refs:runtime
33 CJS_V8* runtime,
38 WideString expression = runtime->ToWideString(params[0]);
54 return CJS_Return(runtime->NewNull());
62 return CJS_Return(runtime->NewNull());
64 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
71 return CJS_Return(runtime->NewNull());
78 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate()));
82 CJS_V8* runtime,
96 ResolveNodeList(pValue.get(), runtime->ToWideString(params[0]),
101 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate()));