Searched refs:recordJsStack (Results 1 – 4 of 4) sorted by relevance
165 get recordJsStack(): boolean { method in SpAllocations173 set recordJsStack(value: boolean) { method in SpAllocations351 this.napiName!.disabled = !(!this.fp_unwind && this.recordJsStack);386 this.jsStackDepth!.disabled = !this.recordJsStack;387 this.napiName!.disabled = !(!this.fp_unwind && this.recordJsStack);453 this.jsStackDepth!.disabled = !this.recordJsStack;454 this.napiName!.disabled = !(!this.fp_unwind && this.recordJsStack);
533 nativeConfig.jsStackReport = spAllocations!.recordJsStack ? 1 : 0;534 if (spAllocations!.recordJsStack) {
565 this.spAllocations!.recordJsStack = false;
267 recordJsStack: true,