Searched refs:InstallConditionalFeatures (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-js.h | 30 V8_EXPORT_PRIVATE static void InstallConditionalFeatures(
|
| D | wasm-js.cc | 2985 void WasmJs::InstallConditionalFeatures(Isolate* isolate, in InstallConditionalFeatures() function in v8::internal::WasmJs
|
| /third_party/node/deps/v8/include/ |
| D | v8-isolate.h | 1543 void InstallConditionalFeatures(Local<Context> context);
|
| /third_party/node/deps/v8/src/d8/ |
| D | d8.h | 560 static void InstallConditionalFeatures(
|
| D | d8.cc | 2186 void Shell::InstallConditionalFeatures( in InstallConditionalFeatures() function in v8::Shell 2189 isolate->InstallConditionalFeatures(isolate->GetCurrentContext()); in InstallConditionalFeatures() 3163 FunctionTemplate::New(isolate, Shell::InstallConditionalFeatures)); in CreateD8Template()
|
| /third_party/node/deps/v8/src/execution/ |
| D | isolate.h | 748 void InstallConditionalFeatures(Handle<Context> context);
|
| D | isolate.cc | 2812 void Isolate::InstallConditionalFeatures(Handle<Context> context) { in ThrowInternal() function in v8::internal::Isolate
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 9398 void Isolate::InstallConditionalFeatures(Local<Context> context) { in CALLBACK_SETTER() 9402 isolate->InstallConditionalFeatures(Utils::OpenHandle(*context)); in CALLBACK_SETTER() 9405 i::WasmJs::InstallConditionalFeatures(isolate, Utils::OpenHandle(*context)); in CALLBACK_SETTER()
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 151155 +void Shell::InstallConditionalFeatures( 151158 + isolate->InstallConditionalFeatures(isolate->GetCurrentContext()); 151172 + FunctionTemplate::New(isolate, Shell::InstallConditionalFeatures)); 151184 + static void InstallConditionalFeatures( 151827 @@ -2982,22 +2982,24 @@ void WasmJs::InstallConditionalFeatures(Isolate* isolate, 151863 @@ -3006,14 +3008,6 @@ void WasmJs::InstallConditionalFeatures(Isolate* isolate, 151878 @@ -3021,6 +3015,12 @@ void WasmJs::InstallConditionalFeatures(Isolate* isolate,
|